body{
    font-family:'Playfair Display', serif;
    font-weight:700px;
    line-height: 2;
    color:white;
 
    
}
*,
*:before,
*:after{
    box-sizing: border-box;
}


.container{
    width:100%;
    max-width:350px;
    margin: 0 auto;
}
.menuBlock{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:100%;
    height:100vh;
    background:url("../images/menu.jpg")center no-repeat;
    position:relative;
   
}
.menu{
display: block;
margin:0 auto;
align-items: center;
text-align: center;
margin-top:50px;

  
}
#check{
    display:block;
    margin-top: 50px;
    background:url("../images/button.jpg") center no-repeat;
    background-size: cover;
    width:282px;
    height:63px;
    font-size:30px;
    color:white;
    font-weight:700px;
    text-shadow: 2px 0px darkgreen;
    font-family:'Playfair Display', serif;
    border-radius:5px;
   border:none;
}